home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (UK) 75
/
PC Format 75 - Nov 1997.iso
/
delpac
/
PACMAN.~DP
< prev
next >
Wrap
Text File
|
1997-07-30
|
155b
|
13 lines
program Pacman;
uses
Forms,
Pac in 'PAC.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.